home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 004 / bgrep / poster < prev    next >
Text File  |  1995-03-17  |  974b  |  30 lines

  1. Article 89 of mod.sources:
  2. ion: version B 2.10.2 9/17/84 chuqui version 1.9 3/12/85; site unisoft.UUCP
  3. Posting-Version: version B 2.10.2 9/3/84; site genrad.UUCP
  4. Path: unisoft!dual!vecpyr!lll-crg!gymble!umcp-cs!seismo!harvard!talcott!panda!genrad!sources-request
  5. From: sources-request@genrad.UUCP
  6. Newsgroups: mod.sources
  7. Subject: Boyer-Moore based fgrep like program
  8. Message-ID: <933@genrad.UUCP>
  9. Date: 3 Jul 85 14:24:55 GMT
  10. Date-Received: 5 Jul 85 23:21:34 GMT
  11. Sender: john@genrad.UUCP
  12. Lines: 581
  13. Approved: john@genrad.UUCP
  14.  
  15. Mod.sources:  Volume 2, Issue 3
  16. Submitted by: Arnold Robbins <linus!gatech!arnold>
  17.  
  18.  
  19. The following program may be of some use to people out there.  In the usual
  20. case of looking for a single string, it is 10% to 20% faster than fgrep.
  21.  
  22. There is no makefile, since everything is in a single source file.  Just
  23. compile with "cc -O bgrep.c -o bgrep".
  24.  
  25. Enjoy,
  26.  
  27. Arnold Robbins
  28. arnold@gatech.{UUCP, CSNET}
  29. -------------- cut here ------------------------
  30.